Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentObjectCollection<T> Class
The type of items in the collection.
Members

In This Topic
    ContentObjectCollection<T> Class
    In This Topic
    Represents a collection of ContentObject.
    Object Model
    ContentObjectCollection<T> Class
    Syntax
    'Declaration
     
    Public Class ContentObjectCollection(Of T As ContentObject) 
       Inherits ContentCollection(Of T)
       Implements IContentList(Of T) 
    public class ContentObjectCollection<T> : ContentCollection<T>, IContentList<T>  
    where T: ContentObject
    Type Parameters
    T
    The type of items in the collection.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.ContentCollection<T>
          GrapeCity.Documents.Word.ContentObjectCollection<T>
             GrapeCity.Documents.Word.BidirectionalOverrideCollection
             GrapeCity.Documents.Word.CanvasShapeCollection
             GrapeCity.Documents.Word.CellCollection
             GrapeCity.Documents.Word.ContentControlCollection
             GrapeCity.Documents.Word.EndnoteCollection
             GrapeCity.Documents.Word.FieldCodeCollection
             GrapeCity.Documents.Word.FootnoteCollection
             GrapeCity.Documents.Word.GroupShapeCollection
             GrapeCity.Documents.Word.HyperlinkCollection
             GrapeCity.Documents.Word.InkShapeCollection
             GrapeCity.Documents.Word.OMathCollection
             GrapeCity.Documents.Word.OMathElementCollection
             GrapeCity.Documents.Word.OMathMatrixRowCollection
             GrapeCity.Documents.Word.OMathParagraphCollection
             GrapeCity.Documents.Word.OMathStructCollection
             GrapeCity.Documents.Word.ParagraphCollection
             GrapeCity.Documents.Word.PictureCollection
             GrapeCity.Documents.Word.RangeBase
             GrapeCity.Documents.Word.RowCollection
             GrapeCity.Documents.Word.RunCollection
             GrapeCity.Documents.Word.ShapeCollection
             GrapeCity.Documents.Word.SimpleFieldCollection
             GrapeCity.Documents.Word.TableCollection
             GrapeCity.Documents.Word.TextCollection
             GrapeCity.Documents.Word.TextFrameCollection
             GrapeCity.Documents.Word.UnknownContentCollection

    See Also